home *** CD-ROM | disk | FTP | other *** search
/ Gamers Arsenal 1 / Gamers Arsenal (Arsenal Computer).iso / gifreed / gifv.slz < prev    next >
Text File  |  1993-10-11  |  972b  |  28 lines

  1. ;
  2. ; GIFV.SLZ
  3. ;
  4. ; This script file is a skeleton file that does nothing in itself
  5. ; but can be used as a template to create your own script files.
  6. ;
  7. ; This file takes all the files in a specific directory and then
  8. ; loops until all files have been processed. Just insert the commands
  9. ; you wish in the middle, and poof you'll have your very own script
  10. ; file that does what you want!
  11. ;
  12.  
  13.  
  14.  
  15. ; change this "CHANGE-PATH" command to point to the right directory
  16.         change-path g:\*.?      ;Get all graphics files from the root
  17.                                 ;of drive G:
  18.         slide-type-EXPAND       ;select a cool method of display
  19.         delay 2                 ;only 2 seconds of pausing
  20. :loopit                         ;loop label
  21.         loadnext   :exitnow     ;show file, if no more go to :exitnow
  22. ;
  23. ; put your commands here
  24. ;
  25.  
  26.         goto       :loopit      ;loop back to get more files
  27. :exitnow                        ;we are done
  28.